runtime.heapStatsDelta.largeAlloc (field)
6 uses
runtime (current package)
mcache.go#L218: atomic.Xadduintptr(&stats.largeAlloc, npages*pageSize)
metrics.go#L393: a.totalAllocated = uint64(a.largeAlloc)
mstats.go#L568: totalAlloc := uint64(consStats.largeAlloc)
mstats.go#L707: largeAlloc uintptr // bytes allocated for large objects
mstats.go#L729: a.largeAlloc += b.largeAlloc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)